Intent

sealed class Intent

PROPOSAL, PLAN and ORDER are the only intents we are interested in. All the other Request Intent values are represented by OTHER.

See codesystem-request-intent for the list of intents.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data object ORDER : Intent
Link copied to clipboard
class OTHER(code: String?) : Intent
Link copied to clipboard
data object PLAN : Intent
Link copied to clipboard
data object PROPOSAL : Intent

Properties

Link copied to clipboard
val code: String?

Functions

Link copied to clipboard
open override fun toString(): String